Giter Site home page Giter Site logo

fictional-studio's Introduction

Run project locally

  • Check package.json to rebuild (ensure that you take a look at the dependencies that need to be installed)

  • Checkpoints: 1) yarn install, 2) npm run build:css, 3) npm start ๐Ÿš€

  • If you get an error: npm install -g node-sass, then run: npm-run-all compile:sass prefix:css compress:css


Scenario 1: more than one error persists, we may have to regenerate the package.json file, so delete it, and the node_modules too and then use npm init in the command line.

Scenario 2: Sometimes it has to do with sudo and npm unable to communicate. Here's a set of commands I ran to fix it. Link here.

sudo npm install -g npm
npm audit fix --force
yarn install
npm run build:css
npm install live-server
npm install -g node-sass
sudo npm install -g node-sass
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH
source ~/.profile
npm install -g jshint
NPM_CONFIG_PREFIX=~/.npm-global
npm install -g node-sass
npm-run-all compile:sass prefix:css compress:css
npm start

fictional-studio's People

Contributors

dependabot[bot] avatar mostmojo avatar

Watchers

 avatar

Forkers

mio31337

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.