Visit Angular NES Home Page Create an
NES for PostCSS
A step-by-step guide for installing and configuring Never‑Ending Support (NES) for PostCSS in your Angular application.
Minimum Requirements
Please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
- Update your
package.json - Create or update your
.npmrcfile - Install & Run!
Detailed Instructions
Substitute the PostCSS dependencies in your package.json with the following
package.json
{
"dependencies": {
"postcss": "npm:@neverendingsupport/postcss@7.0.39-postcss-7.0.41",
},
"overrides": {
"postcss": "npm:@neverendingsupport/postcss@7.0.39-postcss-7.0.41"
}
}
Create an .npmrc file with the following
Replace <NES_ACCESS_TOKEN> with your access token.
.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>
Install your dependencies
/bin/sh
npm install
And just like that, you can run your integration tests against NES for PostCSS!
Additional Information
Direct Download URLs
The direct download URLs for NES for PostCSS are:
| Package | URL |
|---|---|
| postcss 7.0.39-postcss-7.0.41 | Download |