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
[INFO] (node:1604) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
ECONFLICT Unable to find suitable version for angular-animate
[ERROR] D:\metanome\Metanome-master\frontend\src\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug\src\node.js:132
[ERROR] let val = process.env[key];
[ERROR] ^^^
for problem 1: I lowered the nodejs version before executing npm install
v4.9.1
2.15.11
for problem 2: I relaxed the bounds on angular-animate in bower.json
"angular-animate": "~1",
for problem3: my lowered version of node brought new problems, so i installed node again before the gulp build execution
Hi,
my frontend build constantly fails for
[ERROR] let val = process.env[key];
[ERROR] ^^^
for problem 1: I lowered the nodejs version before executing npm install
v4.9.1
2.15.11
for problem 2: I relaxed the bounds on angular-animate in bower.json
"angular-animate": "~1",
for problem3: my lowered version of node brought new problems, so i installed node again before the gulp build execution
v4.9.1
2.15.11
My final fixed pom.xml is as follows:
4.0.0
It worked for me and hope it helps you too.
The text was updated successfully, but these errors were encountered: