Skip to content

Commit

Permalink
fix(cli): Cannot find module 'tslint/lib/error'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pines-Cheng committed May 24, 2019
1 parent 5f3dbdb commit a4358f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-cli/src/rn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { parseJSCode as transformJSCode } from './rn/transformJS'
import { PROJECT_CONFIG, processTypeEnum, REG_STYLE, REG_SCRIPTS, REG_TYPESCRIPT, BUILD_TYPES } from './util/constants'
import { convertToJDReact } from './jdreact/convert_to_jdreact'
import { IBuildConfig } from './util/types'
import { Error } from 'tslint/lib/error'
// import { Error } from 'tslint/lib/error'

const pkgTmpl = `{
"name":"<%= projectName %>",
Expand Down

0 comments on commit a4358f7

Please sign in to comment.