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
Currently we are experiencing some dependency issues with using the node scaffolding with an Angular Seed application - unless we manually downgrade a couple of the dependencies (see "Workaround") we receive this error when trying to build it.
[00:04:38] Starting 'print.banner'...
Welcome to _ _
__ _ _ __ __ _ _ _| | __ _ _ __ ___ ___ ___ __| |
/ _` | '_ \ / _` | | | | |/ _` | '__|____/ __|/ _ \/ _ \/ _` |
| (_| | | | | (_| | |_| | | (_| | | |_____\__ \ __/ __/ (_| |
\__,_|_| |_|\__, |\__,_|_|\__,_|_| |___/\___|\___|\__,_|
|___/
[00:04:38] Finished 'print.banner' after 7.58 ms
added 1490 packages in 51.884s
npm ERR! peer dep missing: typescript@>=2.4.2 <2.5, required by @angular/[email protected]
npm ERR! peer dep missing: [email protected], required by [email protected]
npm ERR! peer dep missing: typescript@>=2.4.2 <2.5, required by @angular/[email protected]
npm ERR! peer dep missing: typescript@>=2.4.2 <2.5, required by @angular/[email protected]
npm ERR! peer dep missing: typescript@>=2.4.2 <2.5, required by @angular/[email protected]
Repro steps
$ git clone https://github.com/mgechev/angular-seed
$ cd angular-seed
# install the project's dependencies
$ npm install
$ rm yarn.lock # only use one package manager
$ hab plan init -s node
Add "pkg_svc_user=root" to habitat/plan.sh
$ hab studio enter
$ (studio) build
Workaround
The current work around is to open up package.json and downgrade these two dependencies to the shown versions:
Currently we are experiencing some dependency issues with using the node scaffolding with an Angular Seed application - unless we manually downgrade a couple of the dependencies (see "Workaround") we receive this error when trying to build it.
Repro steps
Add "pkg_svc_user=root" to habitat/plan.sh
Workaround
The current work around is to open up package.json and downgrade these two dependencies to the shown versions:
Then the build is successful
Desired workflow
Not having to manually downgrade the two dependencies.
The text was updated successfully, but these errors were encountered: