Skip to content

Instantly share code, notes, and snippets.

@SauelAlmonte
Created January 8, 2021 21:14
Show Gist options
  • Save SauelAlmonte/a1864e1b757eba0c3e3486e0bb32c3e5 to your computer and use it in GitHub Desktop.
Save SauelAlmonte/a1864e1b757eba0c3e3486e0bb32c3e5 to your computer and use it in GitHub Desktop.
package.json error
{
"dependencies": {
"autoprefixer": "^10.1.0",
"postcss": "^8.2.1",
"tailwindcss": "^2.0.2"
},
"scripts": {
"dev" : "live-server .",
"tw": "tailwindcss build ./src/tailwind.css -o ./dist/tailwind.css"
}
}
@SauelAlmonte
Copy link
Author

package.json error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment