static-site-boilerplate icon indicating copy to clipboard operation
static-site-boilerplate copied to clipboard

A better workflow for building modern static websites.

Results 15 static-site-boilerplate issues
Sort by recently updated
recently updated
newest added

> node -v 16.5.0 > npm -v 8.8.0 Hello, `npm install` fails with error: ... npm ERR! code 1 npm ERR! path C:\Users\bdied\Documents\Projekte\boilerplate\static-site-boilerplate\node_modules\node-sass npm ERR! command failed npm ERR! command...

Had difficulty publishing as node-sass is now deprecated. Installing sass and modifying config/webpack.loaders.js L76 to: `implementation: require("sass"),` resolved this for me. Also, wouldn't build when I had an image in...

node -v v14.2.0 npm -v6.14.5 > node install node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.9/fse-v1.2.9-node-v83-darwin-x64.tar.gz node-pre-gyp WARN Pre-built binaries not found for [email protected]...

**Describe the bug** Unable to run `npm install` on Apple M1 Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8 unable to compile on M1 **To Reproduce** Steps to...

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Disclaimer: Its probably my fault, because i'm not super familiar with Webpack and NPM. What i'm looking for is a 'easy' way of using this for a multilingual website, where...

**Describe the bug** In your documentation, it clearly states: ``` You may add as many html pages as you’d like to the root level directory, they will automatically be copied...

**Describe the bug** I have a video in my HTML using a `` tag. I have an mp4 file but when I do a production build, it doesn't get translated...

On a freshly cloned repo I get an error when running npm install: [email protected] install... ../src/stats.cc:130:19: error: no matching member function for call to 'Set' ...node-gyp/13.8.0/include/node/v8.h:3547:37: note: candidate function not...

**Is your feature request related to a problem? Please describe.** I need to implement a permanent redirect from path /a in my website to page /b. **Describe the solution you'd...