Node.js 14.16.1 npm 6.14.12
Install Python2, rename or copy the exe to python2.exe
and add a PATH variable.
Install all the required tools and configurations using Microsoft's windows-build-tools by running npm install -g windows-build-tools
from an elevated PowerShell (run as Administrator).
It takes a while.
Then run npm config set msvs_version 2015 -g
sass/node-sass#2074 (comment)
In addition installing https://go.microsoft.com/fwlink/?LinkId=691126 worked.
# Optionally Debian based:
apt-get install python2 libpng-dev autoconf
# Optional Fedora
sudo dnf install libpng-devel autoconf
npm install
git submodule init
git submodule update
cd deps/webuniversum
git apply ../00-package-json.patch
npm install
git apply ../01-vl-ui-hero-navigation-fix-link.patch
git apply ../02-bootstrap-no-layer-map.patch
git apply ../03-vl-agenda-item-fix-link.patch
git apply ../04-vl-ui-doormat-fix-link-attrs.patch
npm run util:bootstrap
Fish Oneliner:
npm install; git submodule init; git submodule update; cd deps/webuniversum; git apply ../00-package-json.patch; npm install; git apply ../01-vl-ui-hero-navigation-fix-link.patch; git apply ../02-bootstrap-no-layer-map.patch; git apply ../03-vl-agenda-item-fix-link.patch; git apply ../04-vl-ui-doormat-fix-link-attrs.patch; npm run util:bootstrap
npm run serve
npm run build
If it fails with javascript heap out of memory try with
NODE_OPTIONS=--max_old_space_size=4096 npm run build
npm run test
npm run lint
European Union Public Licence (EUPL)
The new version 1.2 of the European Union Public Licence (EUPL) is published in the 23 EU languages in the EU Official Journal: Commission Implementing Decision (EU) 2017/863 of 18 May 2017 updating the open source software licence EUPL to further facilitate the sharing and reuse of software developed by public administrations (OJ 19/05/2017 L128 p. 59–64).
- .NET Core - MIT
- .NET Core Runtime - CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. - MIT
- .NET Core APIs - CoreFX is the foundational class libraries for .NET Core. It includes types for collections, file systems, console, JSON, XML, async and many others. - MIT
- .NET Core SDK - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI. - MIT
- .NET Core Docker - Base Docker images for working with .NET Core and the .NET Core Tools. - MIT
- .NET Standard definition - The principles and definition of the .NET Standard. - MIT
- Roslyn and C# - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. - Apache License 2.0
- F# - The F# Compiler, Core Library & Tools - MIT
- F# and .NET Core - F# and .NET Core SDK working together. - MIT
- Vue.js - Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. - MIT
- Paket - A dependency manager for .NET with support for NuGet packages and Git repositories. - MIT
- FAKE - "FAKE - F# Make" is a cross platform build automation system. - MIT
- npm - A package manager for JavaScript. - Artistic License 2.0
- semantic-release - Fully automated version management and package publishing. - MIT
- semantic-release/changelog - Semantic-release plugin to create or update a changelog file. - MIT
- semantic-release/commit-analyzer - Semantic-release plugin to analyze commits with conventional-changelog. - MIT
- semantic-release/exec - Semantic-release plugin to execute custom shell commands. - MIT
- semantic-release/git - Semantic-release plugin to commit release assets to the project's git repository. - MIT
- semantic-release/npm - Semantic-release plugin to publish a npm package. - MIT
- semantic-release/github - Semantic-release plugin to publish a GitHub release. - MIT
- semantic-release/release-notes-generator - Semantic-release plugin to generate changelog content with conventional-changelog. - MIT
- commitlint - Lint commit messages. - MIT
- commitizen/cz-cli - The commitizen command line utility. - MIT
- commitizen/cz-conventional-changelog A commitizen adapter for the angular preset of conventional-changelog. - MIT
- Be.Vlaanderen.Basisregisters.Build.Pipeline - Contains generic files for all Basisregisters Vlaanderen pipelines. - MIT