-
Notifications
You must be signed in to change notification settings - Fork 16
Frequently asked questions
A: Delete your node_modules
folder completely by running rm -rf node_modules
in bash or terminal. Then try the npm install
again.
A: In Visual Studio, go to Tools > Options > Projects and Solutions > External Web Tools. Then move $(PATH)
up so it's the 2nd value. See more here
A: In order to fix this, you need to update your NPM version, like the following:**
npm install [email protected] -g
npm cache clean --force
npm install
A: If you get a ⚠ variable '--some-variable' is undefined and used without a fallback [postcss-custom-properties]
-error, you need to have a selector inside your media-query. You can see an example here.
A: If your having problems rendering your Vue data in fractal, check if you have escaped your vue properties with a backslash:
DO: \{{ item.title }}
DON'T: {{ item.title }}
A: If you for instance are missing your stylesheet on netlify deploys, try resetting the Netlify cache, like shown below: