{"id":21593007,"url":"https://github.com/jonabrams/next-7-sass-fail","last_synced_at":"2025-03-18T10:28:43.094Z","repository":{"id":143485654,"uuid":"149493664","full_name":"JonAbrams/next-7-sass-fail","owner":"JonAbrams","description":"Demonstration of Next 7 not working with next-sass","archived":false,"fork":false,"pushed_at":"2018-09-19T18:28:38.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T07:10:00.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonAbrams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-19T18:18:35.000Z","updated_at":"2024-02-21T13:02:50.000Z","dependencies_parsed_at":"2023-07-09T08:01:13.507Z","dependency_job_id":null,"html_url":"https://github.com/JonAbrams/next-7-sass-fail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonAbrams%2Fnext-7-sass-fail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonAbrams%2Fnext-7-sass-fail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonAbrams%2Fnext-7-sass-fail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonAbrams%2Fnext-7-sass-fail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonAbrams","download_url":"https://codeload.github.com/JonAbrams/next-7-sass-fail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244201194,"owners_count":20415032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T17:10:58.455Z","updated_at":"2025-03-18T10:28:43.052Z","avatar_url":"https://github.com/JonAbrams.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demonstration of Next 7 not working with next-sass\n\nTo try it out:\n```bash\ngit clone https://github.com/JonAbrams/next-7-sass-fail.git\ncd next-7-sass-fail\nnpm install\nnpm start\n```\n\nIt will likely print out:\n```\n$ npm start\n\n\u003e next-7-sass-fail@1.0.0 start /Users/jon/code/next-7-test\n\u003e next\n\n(node:8214) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead\n[hardsource:6c715589] Using 4 MB of disk space.\n[hardsource:6c715589] Writing new cache 6c715589...\n[hardsource:9444bbfc] Writing new cache 9444bbfc...\n[hardsource:6c715589] Tracking node dependencies with: package-lock.json.\n[hardsource:9444bbfc] Tracking node dependencies with: package-lock.json.\n\nCompiling\n\n● client █████████████████████████ module and chunk tree optimization (77%) unnamed compat plugin \n \n\n● server █████████████████████████ module and chunk tree optimization (77%) unnamed compat plugin \n \n\nError: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead\n    at Chunk.get (/Users/jon/code/next-7-test/node_modules/webpack/lib/Chunk.js:824:9)\n    at /Users/jon/code/next-7-test/node_modules/extract-text-webpack-plugin/dist/index.js:176:48\n    at Array.forEach (\u003canonymous\u003e)\n    at /Users/jon/code/next-7-test/node_modules/extract-text-webpack-plugin/dist/index.js:171:18\n    at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/jon/code/next-7-test/node_modules/tapable/lib/HookCodeFactory.js:32:10), \u003canonymous\u003e:12:1)\n    at AsyncSeriesHook.lazyCompileHook (/Users/jon/code/next-7-test/node_modules/tapable/lib/Hook.js:154:20)\n    at Compilation.seal (/Users/jon/code/next-7-test/node_modules/webpack/lib/Compilation.js:1214:27)\n    at hooks.make.callAsync.err (/Users/jon/code/next-7-test/node_modules/webpack/lib/Compiler.js:547:17)\n    at _done (eval at create (/Users/jon/code/next-7-test/node_modules/tapable/lib/HookCodeFactory.js:32:10), \u003canonymous\u003e:9:1)\n    at _err2 (eval at create (/Users/jon/code/next-7-test/node_modules/tapable/lib/HookCodeFactory.js:32:10), \u003canonymous\u003e:50:22)\n    at Promise.all.then (/Users/jon/code/next-7-test/node_modules/webpack/lib/DynamicEntryPlugin.js:73:20)\n    at \u003canonymous\u003e\n    at process._tickCallback (internal/process/next_tick.js:160:7)\nError: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead\n    at Chunk.get (/Users/jon/code/next-7-test/node_modules/webpack/lib/Chunk.js:824:9)\n    at /Users/jon/code/next-7-test/node_modules/extract-text-webpack-plugin/dist/index.js:176:48\n    at Array.forEach (\u003canonymous\u003e)\n    at /Users/jon/code/next-7-test/node_modules/extract-text-webpack-plugin/dist/index.js:171:18\n    at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/jon/code/next-7-test/node_modules/tapable/lib/HookCodeFactory.js:32:10), \u003canonymous\u003e:12:1)\n    at AsyncSeriesHook.lazyCompileHook (/Users/jon/code/next-7-test/node_modules/tapable/lib/Hook.js:154:20)\n    at Compilation.seal (/Users/jon/code/next-7-test/node_modules/webpack/lib/Compilation.js:1214:27)\n    at hooks.make.callAsync.err (/Users/jon/code/next-7-test/node_modules/webpack/lib/Compiler.js:547:17)\n    at _done (eval at create (/Users/jon/code/next-7-test/node_modules/tapable/lib/HookCodeFactory.js:32:10), \u003canonymous\u003e:9:1)\n    at _err2 (eval at create (/Users/jon/code/next-7-test/node_modules/tapable/lib/HookCodeFactory.js:32:10), \u003canonymous\u003e:50:22)\n    at Promise.all.then (/Users/jon/code/next-7-test/node_modules/webpack/lib/DynamicEntryPlugin.js:73:20)\n    at \u003canonymous\u003e\n    at process._tickCallback (internal/process/next_tick.js:160:7)\nnpm ERR! code ELIFECYCLE\nnpm ERR! errno 1\nnpm ERR! next-7-sass-fail@1.0.0 start: `next`\nnpm ERR! Exit status 1\nnpm ERR! \nnpm ERR! Failed at the next-7-sass-fail@1.0.0 start script.\nnpm ERR! This is probably not a problem with npm. There is likely additional logging output above.\n\nnpm ERR! A complete log of this run can be found in:\nnpm ERR!     /Users/jon/.npm/_logs/2018-09-19T18_20_47_012Z-debug.log\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonabrams%2Fnext-7-sass-fail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonabrams%2Fnext-7-sass-fail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonabrams%2Fnext-7-sass-fail/lists"}