You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I'm fairly new to using terminal in general. I'm trying to set up an angular 2 environment for development but I keep getting these errors when I run 'npm start'
../node_modules/@types/jsonwebtoken/index.d.ts(52,14): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(79,76): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(95,57): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(104,57): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(105,57): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(114,77): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(115,102): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(133,73): error TS2304: Cannot find name 'object'.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build: tsc -p src/
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/Admin/.npm/_logs/2017-12-04T09_43_54_225Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] prestart: npm run build
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] prestart script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/Admin/.npm/_logs/2017-12-04T09_43_54_242Z-debug.log
iMac13:quickstart imac13$
The text was updated successfully, but these errors were encountered:
Hey guys, I'm fairly new to using terminal in general. I'm trying to set up an angular 2 environment for development but I keep getting these errors when I run 'npm start'
Can anyone help please?
iMac13:quickstart imac13$ npm start
../node_modules/@types/jsonwebtoken/index.d.ts(52,14): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(79,76): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(95,57): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(104,57): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(105,57): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(114,77): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(115,102): error TS2304: Cannot find name 'object'.
../node_modules/@types/jsonwebtoken/index.d.ts(133,73): error TS2304: Cannot find name 'object'.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build:
tsc -p src/
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/Admin/.npm/_logs/2017-12-04T09_43_54_225Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] prestart:
npm run build
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] prestart script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/Admin/.npm/_logs/2017-12-04T09_43_54_242Z-debug.log
iMac13:quickstart imac13$
The text was updated successfully, but these errors were encountered: