Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Octal Literals are not allowed in template strings. #397

Open
kirkRudzinski opened this issue Feb 13, 2017 · 0 comments
Open

Octal Literals are not allowed in template strings. #397

kirkRudzinski opened this issue Feb 13, 2017 · 0 comments

Comments

@kirkRudzinski
Copy link

kirkRudzinski commented Feb 13, 2017

Currently I am not using Octal Literals anywhere in my project so I don't understand this error.

Currently I am attempting to add my angular2 compiled application to a MVC build. The angular2 component loads a Unity WebGL build.

This is the debug I am getting:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files (x86)\nodejs\node.exe',
1 verbose cli 'C:\Users\MikeReyes\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'build.prod' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prebuild.prod', 'build.prod', 'postbuild.prod' ]
5 info lifecycle [email protected]: [email protected]
6 silly lifecycle [email protected]: no script for prebuild.prod, continuing
7 info lifecycle [email protected]: [email protected]
8 verbose lifecycle [email protected]: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]: PATH: C:\Users\MikeReyes\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin;C:\Code\pureedgemonorail\PureEdgeMonorail\PureEdgeMonorail\UI\node_modules.bin;C:\Program Files (x86)\nodejs;C:\Users\KRudzinski\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\KRudzinski\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\ProgramData\chocolatey\bin;C:\Program Files\Common Files\Autodesk Shared;C:\Users\Mike.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Users\MikeReyes\AppData\Roaming\npm;C:\Program Files\Microsoft\Web Platform Installer;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\tools\OpenSSL-Win32\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\dotnet;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn;C:\Program Files\Microsoft SQL Server\120\DTS\Binn;%NVM_HOME%;%NVM_SYMLINK%;C:\Program Files (x86)\Yarn\bin;C:\Program Files (x86)\nodejs;C:\Users\KRudzinski\AppData\Local\atom\bin;C:\Users\KRudzinski\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\KRudzinski\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\KRudzinski\AppData\Local\Yarn.bin;C:\Users\KRudzinski\AppData\Roaming\npm;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl
10 verbose lifecycle [email protected]: CWD: C:\Code\pureedgemonorail\PureEdgeMonorail\PureEdgeMonorail\UI
11 silly lifecycle [email protected]: Args: [ '/d /s /c',
11 silly lifecycle 'gulp build.prod --color --env-config prod --config-env prod --build-type prod' ]
12 silly lifecycle [email protected]: Returned: code: 1 signal: null
13 info lifecycle [email protected]: Failed to exec build.prod script
14 verbose stack Error: [email protected] build.prod: gulp build.prod --color --env-config prod --config-env prod --build-type prod
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (C:\Users\MikeReyes\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:242:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess. (C:\Users\MikeReyes\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:852:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid [email protected]
16 verbose cwd C:\Code\pureedgemonorail\PureEdgeMonorail\PureEdgeMonorail\UI
17 error Windows_NT 10.0.14393
18 error argv "C:\Program Files (x86)\nodejs\node.exe" "C:\Users\MikeReyes\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "build.prod"
19 error node v6.3.1
20 error npm v3.10.2
21 error code ELIFECYCLE
22 error [email protected] build.prod: gulp build.prod --color --env-config prod --config-env prod --build-type prod
22 error Exit status 1
23 error Failed at the [email protected] build.prod script 'gulp build.prod --color --env-config prod --config-env prod --build-type prod'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the angular-seed package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error gulp build.prod --color --env-config prod --config-env prod --build-type prod
23 error You can get information on how to open an issue for this project with:
23 error npm bugs angular-seed
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls angular-seed
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

@kirkRudzinski kirkRudzinski changed the title Ocal Literals are not allowed in template strings. Octal Literals are not allowed in template strings. Feb 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant