-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump npm version #1743
Bump npm version #1743
Conversation
i get maven build error:
Gabriel: changed formatting for better readability |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked for me (buildtools and python were installed previously)
@heikofriedrich This error occurs when the You can read the instructions for installing the build tools on windows. |
i tried option 2 (first suboption: Option 1: Install Visual C++ Build Tools using the Default Install option.) => installed Visual Studio Community 2017 => Entwicklung für die universelle Windows-Plattform Got new error:
|
Option 2 was not really working for me, so we tried Option 1 installing windows-build-tools in powershell with admin account:
delete the python path (python=C:\Users\install.windows-build-tools\python27\python.exe) from the |
got other build error:
|
working now, i will approve if you add this setup to the documentation setup for developers |
@heikofriedrich done, see 8ba0270 |
42eb055
to
8ba0270
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after the fixes and doku it seems fine for me
@heikofriedrich @maxstolze and me all tried to update our build environment and it works for all of us so far so we can merge this pullrequest |
npm is now version
next
becauselatest
seems to be in a broken state right now: npm/npm#19989also bumped
node-sass
version because the old version did not have binaries for the new node version: sass/node-sass#2360This will need a
mvn install
to correctly update the node version.Also, this might surface a problem with
windows-build-tools
not being installed on developer machines (namely, Python).Documentation on how to solve this can be found here